html, body, #container{ 
min-height:100%; 
width:100%;
height:100%;
} 

html>body, html>body #container{
height:auto;
}  

#footer{ 
position: absolute;
bottom: 0; 
left: 0; 
} 